setPublicVersion

@NonNull
open fun setPublicVersion(@Nullable n: @Nullable Notification): @NonNull NotificationCompat.Builder(source)

Supply a replacement Notification whose contents should be shown in insecure contexts (i.e. atop the secure lockscreen). See visibility and VISIBILITY_PUBLIC.

Return

The same Builder.

Parameters

n

A replacement notification, presumably with some or all info redacted.